Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
@opencensus/web-types
Advanced tools
OpenCensus Web types is a slightly-patched copy of the `types.ts` files from `@opencensus/core` so that they can be easily imported in web-specific packages.
For overview and usage info see the main OpenCensus Web readme.
This package provides TypeScript interfaces and enums for the OpenCensus core trace and metrics model. These are copied from the OpenCensus Node @opencensus/core package.
The library is in alpha stage and the API is subject to change.
@opencensus/core
?The @opencensus/core
package includes some Node-specific dependencies
that make it difficult to import in web-specific packages. This will be
particularly true once OpenCensus Web supports building with Bazel (see
rules_typescript on GitHub).
This package resolves these dependency issues by copying the types.ts
and
supporting files from the @opencensus/core
. It also uses a polyfill for the
NodeJS.EventEmitter
type to avoid a dependency on the @types/node
package.
Having the types copied will also make it easier to adopt a build with using Bazel (see rules_typescript), Tsickle, and Closure, which would result in more optimized (smaller) JS binary sizes.
To refresh the types for a new release (or a non-released commit) of
@opencensus/core
, modify the copytypes
command in the package.json
file
with the git tag of the new release. You may need to also modify the list of
copied files or the patching logic in the scripts/copy-types.js
file.
Then run npm run copytypes
to copy the types.
Currently the primary intended usage of OpenCensus Web is to collect spans from the resource timing waterfall of an initial page load and trace on-page user interactions with a series of features like automatic tracing for clicks and route transitions, custom spans, and browser [Performance API][performance-api] data. See the OpenCensus Web readme for details.
In the future we would like to support collecting spans for XHRs and other operations made after the initial page load and then join those back to the Resrouce Timing API information for more detailed network timings and events.
Apache 2.0 - See LICENSE for more information.
0.0.7 - 2019-09-09
@opencensus/web-propagation-b3
package
and the ability to pass it in via startTracing({ propagation: Propagation })
.
Thanks @edvinasbartkus!FAQs
OpenCensus Web types is a slightly-patched copy of the `types.ts` files from `@opencensus/core` so that they can be easily imported in web-specific packages.
The npm package @opencensus/web-types receives a total of 78,007 weekly downloads. As such, @opencensus/web-types popularity was classified as popular.
We found that @opencensus/web-types demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.